home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 5-Fonts & Software / HyperCard 1.2.5 / Help Stacks / Help / card_28791.txt < prev    next >
Text File  |  1989-09-06  |  2KB  |  92 lines

  1. -- card: 28791 from stack: in
  2. -- bmap block id: 146400
  3. -- flags: 0000
  4. -- background id: 4507
  5. -- name: 
  6.  
  7.  
  8. -- part 5 (button)
  9. -- low flags: 00
  10. -- high flags: 8003
  11. -- rect: left=328 top=126 right=148 bottom=456
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: About card fields
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   show card field note
  23.   show button OK
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 6 (field)
  29. -- low flags: 81
  30. -- high flags: 2004
  31. -- rect: left=229 top=98 right=235 bottom=462
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 0
  35. -- font id: 2
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: note
  40.  
  41.  
  42. -- part 7 (button)
  43. -- low flags: 80
  44. -- high flags: 8003
  45. -- rect: left=407 top=204 right=226 bottom=438
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 0 / 0
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: OK
  54. ----- HyperTalk script -----
  55. on mouseUp
  56.   hide button OK
  57.   hide card field 1
  58. end mouseUp
  59.  
  60.  
  61.  
  62. -- part contents for background part 1
  63. ----- text -----
  64. Objects in HyperCard have names so that commands can operate on them and you can send them messages:
  65.  
  66. Add 1 to field "score"
  67.      ("Score" is the name of a field)
  68.      
  69. Send mouseDown to button "Start the Game"
  70.      ("Start the Game" is the name of the button.)
  71.  
  72. Put "Welcome back" into Message box
  73.  
  74. Go to card id 14963
  75.      ("id 14963" identifies a card in the current stack)
  76.  
  77. -- part contents for background part 43
  78. ----- text -----
  79. 267,189
  80.  
  81. -- part contents for card part 6
  82. ----- text -----
  83. "Field 1" refers to a background field.  Include "card" when referring to card fields.  "Button 1" refers to a card button.  Include 
  84. "background" or "bkgnd" when referring to background buttons.  
  85.  
  86. -- part contents for background part 44
  87. ----- text -----
  88. Names
  89.  
  90. -- part contents for background part 2
  91. ----- text -----
  92. Introduction to HyperTalk (cont.)